home *** CD-ROM | disk | FTP | other *** search
- /* res.h
- *
- * Resources
- */
-
-
- /*
- * Menus
- */
-
- #define APPLMENU 128
- #define ABOUTMEMENU 1
-
- #define FILEMENU 129
- #define CLOSEMENU 1
- #define SAVEMENU 2
- #define PRINTSTL 3
- #define PRINTJOB 4
- #define QUITMENU 5
-
- #define EDITMENU 130
- #define OPTIONS 8
-
-
- /*
- * About me resources
- */
-
- #define ABOUTMEDLOG 128
- #define OPTIONDLOG 129
-
-
- /*
- * Error alerts and strings
- */
-
- #define ERRORALRT 500
- #define ERRORSTRS 500
-
-